Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class / OnClear Method


In This Topic
    OnClear Method (NamedObjectCollection<T>)
    In This Topic
    Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClear() 
    'Usage
     
    
    Dim instance As NamedObjectCollection(Of T)
     
    instance.OnClear()
    protected virtual void OnClear()
    See Also